+Wed Feb 27 14:45:21 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Go
+ back to old style of drawing children over the bevel.
+ (#58615)
+
Wed Feb 27 14:08:26 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/imxim.c: Add ko and zh to the locales
+Wed Feb 27 14:45:21 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Go
+ back to old style of drawing children over the bevel.
+ (#58615)
+
Wed Feb 27 14:08:26 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/imxim.c: Add ko and zh to the locales
+Wed Feb 27 14:45:21 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Go
+ back to old style of drawing children over the bevel.
+ (#58615)
+
Wed Feb 27 14:08:26 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/imxim.c: Add ko and zh to the locales
+Wed Feb 27 14:45:21 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Go
+ back to old style of drawing children over the bevel.
+ (#58615)
+
Wed Feb 27 14:08:26 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/imxim.c: Add ko and zh to the locales
+Wed Feb 27 14:45:21 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Go
+ back to old style of drawing children over the bevel.
+ (#58615)
+
Wed Feb 27 14:08:26 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/imxim.c: Add ko and zh to the locales
+Wed Feb 27 14:45:21 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Go
+ back to old style of drawing children over the bevel.
+ (#58615)
+
Wed Feb 27 14:08:26 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/imxim.c: Add ko and zh to the locales
+Wed Feb 27 14:45:21 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Go
+ back to old style of drawing children over the bevel.
+ (#58615)
+
Wed Feb 27 14:08:26 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/imxim.c: Add ko and zh to the locales
/* Extra spacing */
gtk_widget_style_get (widget, "internal_padding", &ipadding, NULL);
- requisition->width += 2 * (widget->style->xthickness + ipadding);
- requisition->height += 2 * (widget->style->ythickness + ipadding);
+ requisition->width += 2 * ipadding;
+ requisition->height += 2 * ipadding;
toolbar->button_maxw = button_maxw;
toolbar->button_maxh = button_maxh;
gtk_widget_style_get (widget, "internal_padding", &ipadding, NULL);
- x_border_width += 2 * (widget->style->xthickness + ipadding);
- y_border_width += 2 * (widget->style->ythickness + ipadding);
+ x_border_width += ipadding;
+ y_border_width += ipadding;
if (toolbar->orientation == GTK_ORIENTATION_HORIZONTAL)
alloc.x = allocation->x + x_border_width;